
#cssmenu li:last-child {
    border-right: medium none;
}
.nav_box {
    background: #bd2f2e none repeat scroll 0 0;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    line-height: 1;
    margin: auto;
    max-width: 1170px;
    padding-left: 60px;
    width: auto;
    z-index: 999;
}
#cssmenu ul {
	font-size: 0;
}
#menu-line {
    background: #009ae1 none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
}
#cssmenu > ul > li {
    display: inline-block;
}
#cssmenu > ul > li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li {
    /*margin-right: 5px;*/
    /*padding: 10px 15px;*/
}
#cssmenu > ul > li:last-child {
    margin-right: 0;
}
#cssmenu > ul > li > a {
    color: #fff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    padding: 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    height: 50px;
    line-height: 50px;
}
@media only screen and (max-width: 1200px) {
#cssmenu > ul > li {
    margin: 0 12px;
}
#cssmenu > ul > li > a {
    padding: 10px 15px;
}
}
@media only screen and (max-width: 920px) {
#cssmenu > ul > li {
    margin: 0 4px;
}
#cssmenu > ul > li {
    margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
#cssmenu > ul > li {
    margin: 0 !important;
}
@media only screen and (max-width: 768px) {
#cssmenu > ul > li {
    float: left;
    margin-right: 40px;
}
#cssmenu > ul > li {
    margin-left: 0;
}
}
#cssmenu > ul > li > a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    line-height: 33px;
}
#cssmenu > ul > li > a {
    padding: 10px;
}
}
#cssmenu > ul > li ul li {
    text-transform: capitalize;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #fff;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #049dfd;
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
    text-align: left;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#cssmenu ul li:hover > ul > li {
    height: auto;
}
@media only screen and (max-width: 940px) {
#cssmenu ul li:hover > ul > li {
    height: auto;
}
}
#cssmenu ul ul li a {
    color: #666;
    font-size: 13px;
    padding: 12px 14px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 198px;
}
@media only screen and (max-width: 940px) {
#cssmenu ul ul li a {
    font-size: 12px;
}
}
#cssmenu ul ul li:hover {
    background: #adcf22 none repeat scroll 0 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
@media all and (max-width: 768px), not all, only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
    background: #bd2f2e none repeat scroll 0 0;
    width: 100%;
}
.open {
    background: #fff none repeat scroll 0 0;
}
#cssmenu ul {
    display: none;
    width: 100%;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    width: 100%;
}
#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    float: none;
}
#cssmenu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    padding: 14.5px 0 14.5px 20px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul ul li a {
    padding-left: 35px;
}
#cssmenu ul {
    text-align: left;
}
#cssmenu ul ul ul li a::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
}
#menu-line {
    display: none;
}
#cssmenu #menu-button {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
}
#cssmenu #menu-button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
}
#cssmenu #menu-button::before {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 15px;
}
#cssmenu .submenu-button {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 62px;
    z-index: 10;
}
#cssmenu .submenu-button::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    left: 31px;
    position: absolute;
    top: 16px;
    width: 1px;
    z-index: 99;
}
#cssmenu .submenu-button::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 11px;
    z-index: 99;
}
#cssmenu .submenu-button.submenu-opened::after {
    display: none;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    background: #f8f8f8 none repeat scroll 0 0;
}
#cssmenu ul ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cssmenu ul ul {
    padding-top: 0;
}
#cssmenu > ul > li > a {
    border-radius: 0;
}
}
#cssmenu .active {
    background: #a2161c none repeat scroll 0 0;
}
@media only screen and (min-width: 768px) {
#cssmenu ul ul, #cssmenu2 ul ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    left: -9999px;
    position: absolute;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    transition: -moz-transform 0.5s ease 0s, opacity 0.3s ease 0s;
}
#cssmenu li:hover > ul {
    left: auto;
    transform: rotate3d(0, 0, 0, 0deg);
}
#cssmenu.align-right li:hover > ul, #cssmenu2.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul, #cssmenu2 ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul, #cssmenu2.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li, #cssmenu2 ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#cssmenu ul li:hover > ul > li, #cssmenu2 ul li:hover > ul > li {
    height: auto;
}
}
#cssmenu > ul > li:hover {
     background: #a2161c none repeat scroll 0 0 !important;
    color: #fff;
}
@media only screen and (max-width: 1130px) {
#cssmenu {
    padding-left: 0;
}
}
